home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / rzsz1004.zip / ZUPL.T < prev   
Text File  |  1991-09-15  |  738b  |  27 lines

  1.     echo "ProYAM/ZCOMM script to upload minirb and rz/sz to *nix"
  2.     if S>1200 pt1
  3.     ena -t
  4.     if !fminirb.c echo "Can't find minirb.c !!";  abort
  5.     putw "stty -echo; cat >minirb.c\r"
  6.     f -xHr minirb.c
  7.     putw "\r\4"
  8.     putw "stty echo\r"
  9.     dis -h
  10.     pat 1 "rwx"
  11.     pat 2 "%"
  12.     put "cc minirb.c -o minirb; ls -l minirb\r"
  13.     wait -f120
  14.     if 1 goto okok
  15.     echo "The compiiation appears to have failed."
  16.     echo "Please compile minirb.c to minirb, then"
  17.     echo "hit F5 to upload the rest of the rz/sz files."
  18.     set f5
  19. @putw minirb\r; sb README zmodem.h zm.c zmr.c sz.c rz.c crctab.c rbsb.c *.doc gz
  20.     t
  21.     return
  22. okok:    echo "Minirb Compilation Appears Successful."
  23.     put minirb\r
  24.     sb README ?akefile zmodem.h zm.c zmr.c sz.c rz.c crc.c crctab.c rbsb.c *.doc gz
  25.     t
  26.     return
  27.